ListBox.CellKeyDown Event

The user has pressed a key while a cell in the ListBox is being edited. This cell is identified by the Row and Column parameters.

Syntax

result = CellKeyDown( Row, Column, Key )


Parameters

Row

Integer

Column

Integer

Key

String

Return Value

Result

Boolean


Notes

Key is the key that the user pressed.

Returns a Boolean. Returning True prevents the text from changing automatically and prevents the CellTextChange event from firing.